home *** CD-ROM | disk | FTP | other *** search
/ VRML 2 - Moving 3D Graphics / VRML 2 - Moving 3D Graphics.iso / vrmlbook / source / vr2-2-06.wrl < prev    next >
Encoding:
Text File  |  1997-03-21  |  331 b   |  19 lines

  1. #VRML V2.0 utf8
  2. #vr2-2-06.wrl
  3. Group {
  4.   children [
  5.     DEF TOUCH TouchSensor {}
  6.     Shape {
  7.       appearance Appearance {
  8.         material Material {  
  9.           diffuseColor 1 1 0  
  10.       }
  11.     }
  12.     geometry Sphere { }
  13.   ]
  14. }
  15. DEF SWITCH PointLight {
  16.   location 1 1 1
  17.   on FALSE 
  18. }
  19. ROUTE TOUCH.isOver TO SWITCH.on